﻿/*===============*/
/*Estilos Globais*/
/*===============*/

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth !important;
    scroll-padding: -2em;
}

body.font-lato,
html.font-lato {
    display: none !important;

}

#Principal #Conteudo {
	overflow: hidden;
}

#formContact .text-white{
	color: #fff!important;
	
	
}

.formContact {
	display: flex;
	justify-content: space-between;
}

.formContact #form-area {
	width: 50%;
	flex: 0.75;
}

.accordion-arrow {
  transition: transform 0.3s ease;
}

.rotate {
  transform: rotate(180deg);
}


@media (max-width: 767px) {
	#formContact .formContact {
		flex-direction: column;
	}
	
	#formContact .formContact #form-area {
		width: 100%;
	}
	
	/*#contact .birthday {
    	width: 55%;
	}*/
}



/*===============*/
/*Fim Estilos Globais*/
/*===============*/

/*===============*/
/*BANNER FILTROS*/
/*===============*/
#filtroNovo {
    background: rgba(0, 6, 169, 1);
    background: -moz-linear-gradient(left, rgba(0, 6, 169, 1) 0%, rgba(0, 6, 169, 0.41) 0%, rgba(245, 127, 23, 0.41) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 6, 169, 1)), color-stop(0%, rgba(0, 6, 169, 0.41)), color-stop(100%, rgba(245, 127, 23, 0.41)));
    background: -webkit-linear-gradient(left, rgba(0, 6, 169, 1) 0%, rgba(0, 6, 169, 0.41) 0%, rgba(245, 127, 23, 0.41) 100%);
    background: -o-linear-gradient(left, rgba(0, 6, 169, 1) 0%, rgba(0, 6, 169, 0.41) 0%, rgba(245, 127, 23, 0.41) 100%);
    background: -ms-linear-gradient(left, rgba(0, 6, 169, 1) 0%, rgba(0, 6, 169, 0.41) 0%, rgba(245, 127, 23, 0.41) 100%);
    background: linear-gradient(to right, rgba(0, 6, 169, 1) 0%, rgba(0, 6, 169, 0.41) 0%, rgba(245, 127, 23, 0.41) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0006a9', endColorstr='#f57f17', GradientType=1);

    z-index: 1;

    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#filtroColor {
    height: 100%;
}

.bannerHome {
    /*height:540px !important;*/
    height: 300px !important;
    overflow: hidden;
    position: relative;
    min-height: 40px;
}

#video-banner {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

#bannerText {
    text-align: center;
    z-index: 2 !important;
    height: 64px;
}

.rowSearchBanner {
    margin-top: 18px;
}

#titleEspecialidade {
    font-weight: 700;
    color: #fff;
    font-size: 46px;
    width: 70%;
    margin: 0 auto;
    margin-top: -20px;
}

#subTitleEspecialidade {
    color: #fff;
    font-size: 16px;
    /*max-width: 520px !important;*/
    max-width: 100% !important;
    margin: 32px auto;
    width: 55%;

}

#subTitleEspecialidade p {
    margin-bottom: 16px;
}

/*===============*/
/*FIM BANNER FILTROS*/
/*===============*/

/*===============*/
/*MENU CTA ITEMS*/
/*===============*/

.active .iconMenuBanner {
    filter: invert(40%);
    -webkit-filter: invert(40%);
}

.active img {
    filter: none;
    -webkit-filter: none;
}

#menuEspecialidades li {
    border-right: 1px solid white !important;
    height: 100% !important;
}

#menuEspecialidades li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menuEspecialidades li a:hover {
    background: transparent !important;
    outline: none;
    border: none;
    cursor: pointer;
}

#menuEspecialidades li:first-child {
    margin-left: 1rem !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    /* color: #fff !important; */
    cursor: default;
    background: transparent !important;
    outline: none;
    border: none;
    cursor: pointer;
}

.nav-tabs>li.active {
    background: #f2f2f2;
}


.active .textMenuBannerBlocoWhite {
    /*color: #fff !important;*/
    filter: invert(0);
}

#menuEspecialidades .estiloImg2 a {
    background: transparent !important;
    color: #fff !important;
    border: none !important;
}

.boxIconBanner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 20px 0px 20px;
}

.textMenuBannerBlocoWhite {
    margin-top: 0px !important;
    min-width: 70%;
}

.textMenuBannerBlocoWhite h3 {
    font-size: 20px;
    font-weight: 400;
    width: 130%;
}


.blockMenu1:hover {
    background-color: transparent !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
    /* border:none !important; */

}

.conteudoMenuAba {
    font-size: 16px;
    color: #292929;
    margin: 30px 0px 20px 0px;
}

.btn-banner {
    background: transparent;
    border-color: #fff;
    border-radius: 40px;
    font-size: 16px;
}

.btn-banner:hover {
    background: transparent;
    border-color: #fff;
}

.btn-banner:active {
    background: transparent !important;
    border-color: #fff !important;

}

.btn-banner:visited {
    background: transparent !important;
    border-color: #fff !important;
}

.btn-banner:focus {
    background: transparent !important;
    border-color: #fff !important;
}

/*==================*/
/*FIM MENU CTA ITEMS*/
/*==================*/

/*================*/
/*CARDS CATEGORIAS*/
/*================*/

section {
	padding: 20px 0;
}

.cards-tabs>li.active>a {
    /*background: #776DCA  !important;*/
    color: white !important;
    font-size: 16px;
}

.iconCardCategory img {
    /*width: 100% !important;*/
    margin-top: 8px;
}

.leiaNovidades {
    text-decoration: none !important;
}


/*====================*/
/*FIM CARDS CATEGORIAS*/
/*====================*/


/*==========*/
/*ESTRUTURA*/
/*==========*/


#estruturaEspecialidades p {
    /*max-width: 560px;*/
    font-size: 16px;
    line-height:24px;
    color: #292929;
    margin: 21px auto;
}

#estruturaEspecialidades .equipeNome {
    max-width: 560px;
    font-size: 15px;
    margin-bottom: 8px;
    /*margin: 40px auto;*/
    font-weight: bold;
}


#estruturaEspecialidades h2 {
    font-size: 32px;
    color: #292929;
    /*max-width: 580px;*/
    margin: 20px auto;
}

#estruturaEspecialidades a {
    text-decoration: none;
    font-weight: bold;
}

#estruturaEspecialidades .btnConteudo {
    border: 1px solid red;
    border-radius: 24px;
    padding: 16px 8px 16px 8px;
    margin: 0 auto;
    width: 40%;

}

/*==========*/
/*FIM ESTRUTURA*/
/*==========*/


/*=====================*/
/*SECOES ESPECIALIDADES*/
/*=====================*/
.titulo-secao{
    margin-bottom: 20px;
    font-weight: 700;
}

h2.titulo-secao {
    font-size: 32px;
    line-height: 38.4px;
}


h3.titulo-secao {
    font-size: 24px;
    line-height: 36px;
}
.titulo-secao,
.conteudo-secao {
    text-align: center;
}


.conteudo-secao {
    overflow: hidden;

    padding: 0 8px 8px 8px !important;
}

#conteudo-secao-2 {
    /*display: flex;*/
    /*flex-direction: column;*
   /* align-items: center;*/
}

.espec-1 #conteudo-secao-3 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
#contact #form-area iframe {
    appearance: none;
    border: none;
    transition: 0.2s all ease-out;
    width: 1029px;
    height:946px ;
  }

.conteudo-secao img {
    width: initial;
}

.conteudo-secao .swiper-wrapper img {
    width: 100%;
}

.secao-cta {
    max-width: 500px;
    height: 50px;
    margin: 16px auto;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.img-conteudo-secao img {
    height: 147px;
    width: 100%;
}

.imgVidaSaudavel {
    position: absolute;
    right: 25%;
    top: 15%;
}

.containerImgTxt div img {
    width: 95%;
}

.containerImgTxt {
    bottom: -20px;
    position: relative;

}

.btn-cta-servico {
	margin-bottom: 40px;
	margin-top: 30px !important;
	width: auto !important;
}

.cardTextContent {
	min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.equipeConteudo .cardTextContent .equipeNome {
	margin: 25px auto 20px auto;
	margin: 0 !important;
}

.equipeConteudo .cardTextContent .cardConteudo > div > p {
	margin: 0px auto 60px auto !important; 
}
.cardsServices {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 48px 61px;
    flex-wrap: wrap;
    padding: 24px;
}

.cardsServices a {
    text-decoration: none;
}

.itemCard {
    width: 328px;
    height: 224px;
    border: 1px solid #00000026;
    box-shadow: 0px 4px 5px 0px #00000026;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0;
    background-color: #FFFFFF;
}

.itemCard .cardImg {
    width: 78.7px;
    padding: 36px 0 0 0;
}

.itemCard .cardContent {
    width: 100%;
    height: 50%;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
}

.itemCard .cardContent .cardTitle {
    font-size: 20px;
    font-weight: 700;
    color: #1157A7;
    line-height: 26px;
}

.itemCard .cardContent .cardLink {
    font-size: 15px;
    font-weight: 700;
    color: #1157A7;
    line-height: 21.43px;
}

.container-centro-de-atencao{
	display: flex; 
	justify-content: space-between; 
	font-family: montserrat; 
	font-size: 15px;
	    margin-top: 20px !important;
    margin-bottom: 20px !important;

	}
.secao-centro-de-atencao{
	flex-basis: 60%;
}
.secao-div-right{
	text-align: right;
	
}
.secao-div-right-div{
	text-align: left;	
}

/*=========================*/
/*FIM SECOES ESPECIALIDADES*/
/*=========================*/

/*SLIDE DE SERVICOS*/
.swiperServicos {
    width: 100% !important;
    height: 380px !important;
}

.swiperServicos h4 {
    color: #fff !important;
    font-weight: bold !important;
    margin-top: 32px !important;
}

.swiper-sections {
    width: 100%;
    height: 380px;
}

.swiperServicos p {
    color: #fff !important;
    font-size: 14px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    /*border: 1px solid white !important;*/
    border-radius: 50% !important;
    padding: 8px !important;
    height: 40px !important;
    width: 40px !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    /*border: 1px solid white !important;*/
    border-radius: 50% !important;
    padding: 8px !important;
    height: 40px !important;
    width: 40px !important;
}

.swiper-button-next,
.swiper-button-prev {
    top: 356px !important;
    /*top: 80% !important;*/
    width: 40px !important;
    height: 40px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: 37% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: white !important;
    font-size: 24px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 8px !important;
    right: auto !important;
}

.swiper-conteudo-image {
    padding: 0px;
    height: 380px;
    width: 50%;
}

.swiper-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    border-radius: 0 10px 10px 0;
    transition: .7s;
}

.swiper-image:hover {

    transform: scale(1.02);

}


.swiper-conteudo-text p {
    max-width: 100% !important;
    margin-top: 40px !important;
    text-align: left !important;
    color: #fff !important;
}

.swiper-conteudo-text {
    min-height: 380px;
    width: 50%;
}


.swiper-conteudo-text h3 {
    width: 80%;
    color: #fff !important;
    font-weight: bold !important;
    margin-top: 25px !important;
    text-align: left;
    margin-left: 10px;
}
.containerCardText {
    width: 100% !important;
}

/*bullets slides de servicos*/
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: -336px !important;
    /*bottom: 108px !important;*/
    bottom: 16px !important;
}


.swiper-pagination-bullet {
    border: 1px solid #fff !important;
    background: transparent !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

/*.swiper-pagination-4, .swiper-pagination-2 {
   position: absolute;
   text-align: center;
   transition: .3s opacity;
   transform: translate3d(0,0,0);
   z-index: 10;
  }*/
.swiper-pagination-bullets {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}




/*APENAS NA SEGUNDA SEÇÃO da pagina de ONCOLOGIA */
.espec-1 .swiper-pagination-2 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.espec-1 .swiper-wrapper-2 .row {
    position: relative !important;
}

.espec-1 .swiper-wrapper-2 .swiper-conteudo-image {
    position: absolute !important;
    width: 100% !important;
}

.espec-1 .swiper-wrapper-2 img {
    border-radius: 10px;
}

.espec-1 #swiper-pagination-2 {
    left: 0px !important;
    bottom: -32px !important;
}

.espec-1 #conteudo-secao-2 .swiper-pagination-bullet-active {
    background: #746AC7 !important;
}

.espec-1 #conteudo-secao-2 .swiper-pagination-bullet {
    border: 1px solid #746AC7 !important;
}

.espec-1 .swiper-2 {
    margin-bottom: 64px;
}

.espec-1 #swiper-button-next-2,
.espec-1 #swiper-button-prev-2 {
    top: 408px !important;
}

.espec-1 #swiper-button-prev-2 {
    /*left: 39% !important;*/
    left: 34% !important;
    right: auto !important;
}

.espec-1 #swiper-button-next-2 {
    /*left: 58% !important;*/
    left: 63% !important;
}

.espec-1 #swiper-button-next-2:after,
.espec-1 #swiper-button-prev-2:after {
    color: #746AC7 !important;
}

.espec-1 #swiper-button-prev-2:after {
    border: 1px solid #746AC7 !important;
}

.espec-1 #swiper-button-next-2:after {
    border: 1px solid #746AC7 !important;
}

/* FIM ESTILO PRIMEIRA SEÇÃO SLIDE */

/*SEÇÃO DE ICONES (SEÇÃO 4) */

.icones-secao-4 {
    margin: 24px auto;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.texto-icones {
    max-width: 139px !important;
    font-weight: bold;
}

.icone-imagem img {
    width: inherit;
    filter: brightness(0.5);
}

/*FIM SEÇÃO DE ICONES (4) */

/*SEÇÃO DE DESTAQUES*/
#tituloNovidades {
	font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
	margin-top: -4px;
}

#textoNovidades {
    font-weight: lighter;
    font-size: 14px !important;
    line-height: 17px;
    max-width: 283px;
}

.boxImgNovidades {
	object-fit: cover;
    background-size: auto 100%;
    transition: all .7s;
}

.boxImgNovidades:hover {
    background-size: 140%;
}

.img-conteudo-secao .rowCardInteresaPor:nth-child(2) .boxImgNovidades {
    background-position: right;
}

/*VIDEOS*/

.boxImgVideos {
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
    cursor: pointer;
}

#filtroImgVideos {
    background-color: rgb(0, 90, 156, 5%);
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 200px;

}

#boxTextVideos {
    /*min-height: 148.45px;*/
    min-height: 200px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    padding: 25px;
    text-align: left;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 30%);
}

#textoVideos {
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    margin: 0px auto !important;
    color: #292929;
}

#quarta-secao-conteudo {
    margin: 40px auto;
}

.close {
    display: flex;
    justify-content: flex-end;
    font-size: 32px;
    opacity: .5;
}

/*==========*/
/*EQUIPES */
/*=========*/
.equipeMobile {
    display: none;
}

#tabs-localidades {
    margin-bottom: 20px !important;
}

#quinta-secao-conteudo .nav-tabs>li.active {
    background: transparent !important;
    border-bottom: 2px solid rgba(192, 192, 192, 0.7);
}


.equipeImagem img {
    filter: none !important;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

#modalImagem img {
    filter: none !important;
    width: 250px;
    height: 250px;
}

#equipeDescricao {
    text-align: left;
    color: #292929 !important;
}

#equipeDescricao p {
    margin: 8px 0px 0px 0px;
    font-size: 14px;
    max-width: 100%;
}

.swiperEquipes {
    width: 100% !important;
    height: 380px !important;
}

.swiperEquipe {
    padding: 8px;
}

#tabsEquipe li {
    border-left: 1px solid rgba(192, 192, 192, 0.7);
}

#tabsEquipe li:first-child {
    border-left: 1px solid rgba(192, 192, 192, 0.7);
}

#tabsEquipe li:last-child {
    border-right: 1px solid rgba(192, 192, 192, 0.7);
}

/*NEW EQUIPES LOCALIDADES*/
#tabs-localidades li {
    border: none;
}

.equipeDesktop .nav-tabs li:first-child {
    border-left: 1px solid rgba(192, 192, 192, 0.7);
}

.equipeDesktop .nav-tabs li:last-child {
    border-right: 1px solid rgba(192, 192, 192, 0.7) !important;
}

.equipeDesktop .nav-tabs li {
    border-left: 1px solid rgba(192, 192, 192, 0.7) !important;
}

.equipeDesktop .nav-tabs>li>a {
    font-weight: bold;
    font-size: 14px;
}

#tabs-localidades>li>a {
    font-size: 16px;
}

#tabs-localidades>li.active>a {
    /*background: #776DCA  !important;*/
    color: white !important;
}

#tabs-localidades>li.active {
    /*background: #776DCA  !important;*/
}

.equipeDesktop .nav-tabs>li.active>a,
.equipeDesktop .nav-tabs>li.active>a:focus,
.equipeDesktop .nav-tabs>li.active>a:hover {
    /* color: #fff !important; */
    cursor: default;
    background: transparent !important;
    outline: none;
    border: none;
    cursor: pointer;
}

.equipeDesktop .nav-tabs>li.active {
    background: #f2f2f2;
}

/*=============*/
/*FIM EQUIPES */
/*============*/

/* GALERIA DE FOTOS */
#foto-descricao {
    height: 50px !important;
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: opacity(0.9);
    color: white !important;

    position: absolute;
    bottom: 0;
}

.gallery-top .swiper-button-prev,
.gallery-top .swiper-button-next {
    top: 238px !important;
    width: 50px !important;
    height: 50px !important;
}

.gallery-top .swiper-button-next {
    left: 95% !important;
}

.gallery-top .swiper-button-prev:after,
.gallery-top .swiper-button-next:after {
    color: white !important;
    font-size: 32px !important;
    background-color: #806BA4;
}

.gallery-top .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    /*border: 1px solid white !important;*/
    border-radius: 50% !important;
    padding: 8px !important;
    height: 50px !important;
    width: 50px !important;
}

.gallery-top .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    /*border: 1px solid white !important;*/
    border-radius: 50% !important;
    padding: 8px !important;
    height: 50px !important;
    width: 50px !important;
}

/* FIM GALERIA DE FOTOS */

/* =====RESPONSIVIDADE==== */




/* celular */


@media(max-width:767px) {
	.row.slidesCards {
	    width: 100% !important;
	}
	
	.swiper-conteudo-text h3 {
		text-align: left;
		padding: 10px;
		width: 100% !important;
	}
	
	.btn-cta-servico {
    	margin-bottom: 50px !important;
    	margin-left: 10px;
	}

	#titleEspecialidade {
	    width: 100%;
	    margin: 0 auto;
	    margin-top: -80px;
	}
	
	#subTitleEspecialidade {
	    width: 100%;
	
	}

	.container-centro-de-atencao {
		flex-direction: column;
	}
	
	.secao-div-right {
		margin-top: 15px;
		text-align: left;
	}

	#estruturaEspecialidades h2 {
 		font-size: 24px;
 		max-width: none !important;

	}
	
	.swiper-conteudo-text {
		padding: 5px;
   	    width: 100%;
   	    font-size: 12px !important;
	}

	
	#tituloNovidades{
		font-size: 16px !important;
	
	}


    .bannerHome {
        background-position: center;
        height: 300px  !important;
    }

    #boxTextNovidades {
        padding: 16px !important;
    }

    #filtroColor {
        height: 480px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    /*secao cta*/
    .secao-cta {
        padding: 32px;
        border-radius: 50px;
    }

    /* fim secao cta*/

    #bannerText {
        margin: 0px 0px 60px 0px;
    }

    .swiper h4 {
        color: #fff !important;
        font-weight: bold !important;
        margin-top: 24px !important;
    }

    #estruturaEspecialidades h2 {
        font-size: 22px;
    }
    
    #estruturaEspecialidades a {
    	font-size: 0.9em;
    }


    #titleEspecialidade {
        color: #fff;
        font-size: 30px;
            margin-top: 0px;
    }


    #subTitleEspecialidade {
        color: #fff;
        font-size: 16px;
    }

    #minhasTabs {

        display: none;
    }

    /*ICONES DIFERENCIAIS*/
    .item-icone {
        width: 50%;
    }

    /*Estrutura*/

    .imgVidaSaudavel {
        right: 5%;
        top: 0;
        left: 25%;
    }

    .img-conteudo-secao {
        height: 360px;
        object-fit: cover;
    }

    .img-conteudo-secao img {
        height: 100%;
        object-fit: cover;
        background-size: cover;
        width: 100%;
    }

    #estruturaEspecialidades .btnConteudo {
        width: 100%;

    }

    /*VIDEOS*/
    .cardVideo {
        margin-bottom: 30px;
    }

    #boxTextVideos {
        padding: 16px;
    }
    
    .gallery-top .swiper-button-next{
		left: 80% !important;	
	}



    /*SLIDES SERVICOS*/
    .swiperServicos {
        width: 100%;
        height: 580px !important;
    }

    .swiper-slide .row {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .swiper-conteudo-image {
        padding: 0px;
        width: 100%;
        height: 200px;
    }

    .swiper-sections {
        width: 100%;
        height: 100%;
    }


    .swiper-image {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        /*top: 84% !important;*/
        top: 96% !important;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 6% !important;
        right: auto !important;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        left: 83.5% !important;
    }

    .swiper-conteudo-text p {
        max-width: 100% !important;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        padding: 6px !important;
        height: 32px !important;
        width: 32px !important;
        font-size: 16px !important;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        padding: 6px !important;
        height: 32px !important;
        width: 32px !important;
        font-size: 16px !important;
    }

    #estruturaEspecialidades h2 {
        font-size: 24px;
        color: #292929;
        max-width: 250px;
        margin: 20px auto 24px auto;
    }

    .swiper-conteudo-text {
        min-height: 300px;
    }

    /*CARDS CATEGORY MOBILE*/

    .iconCardCategory {
        padding: 4px;
    }

    /* APENAS SEGUNDA SECAO RESPONSIVO */

    .espec-1 .swiper-wrapper-2 .swiper-conteudo-image {
        height: 100%;
    }

    .espec-1 #swiper-button-prev-2 {
        left: inherit !important;
        right: auto !important;
    }

    .espec-1 #swiper-button-next-2 {
        /*left: 85% !important;*/
        left: 90% !important;
    }

    .espec-1 #swiper-button-next-2,
    .espec-1 #swiper-button-prev-2 {
        /* top: 88% !important;*/
        top: 480px !important;
    }



    /* FIM SEGUNDA SEÇÃO RESPONSIVO */

    /* GALERIA DE FOTOS */

    .galeria-fotos #swiper-button-prev,
    .galeria-fotos #swiper-button-next {
        top: 238px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .galeria-fotos #swiper-button-prev:after,
    .galeria-fotos #swiper-button-next:after {
        color: white !important;
        font-size: 25px !important;
    }

    .galeria-fotos #swiper-button-next:after,
    .swiper-rtl #swiper-button-prev:after {
        border: 1px solid white !important;
        border-radius: 50% !important;
        padding: 8px !important;
        height: 40px !important;
        width: 40px !important;
    }

    .galeria-fotos #swiper-button-next {
        left: 83% !important;
    }

    .galeria-fotos #swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        border: 1px solid white !important;
        border-radius: 50% !important;
        padding: 8px !important;
        height: 40px !important;
        width: 40px !important;
    }

    /* FIM GALERIA DE FOTOS */

    /*bullets slider de servicos*/
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        left: 0px !important;
    }


    /*DESTAQUES*/

    /* .boxImgNovidades {
        background-size: cover;
    } */

    .boxImgNovidades:hover {
        background-size: 120% 120%;
    }

    /*EQUIPES*/

    .equipeLates a {
        font-size: 14px !important;
    }

    .equipeDesktop li {
        border-left: 1px solid rgba(192, 192, 192, 0.7);
        border-right: 1px solid rgba(192, 192, 192, 0.7);
        margin-top: 16px;
    }

    /*#quinta-secao-conteudo .nav-tabs>li{
    border-right: 0px !important;
    border-left: 0px !important;
    }*/


    #quinta-secao-conteudo .nav-tabs>li.active {

        /*border: 2px solid rgba(192,192,192,0.7) !important;
    border-radius: 10px;*/


    }

    #modalImagem img {
        filter: none !important;
        width: 150px;
        height: 150px;
    }


    #tabsEquipe li {
        border-left: 1px solid rgba(192, 192, 192, 0.7);
        border-right: 1px solid rgba(192, 192, 192, 0.7);
        margin-top: 16px;

    }

    #tabsEquipe li:first-child {
        border-left: 1px solid rgba(192, 192, 192, 0.7);
    }

    #tabsEquipe li:last-child {
        border-right: 1px solid rgba(192, 192, 192, 0.7);
    }

    .swiperEquipe {
        overflow: hidden;
        padding-bottom: 8px;
    }
    
    .boxIconBanner {
    	padding: 0 10px 0 50px;
	}
	
	.blocoMenu1 .iconMenuBanner {
		padding: 0;
	}

    #textoNovidades{
        width: 231px;
    }


}


@media(max-width:375px) {
    .bannerHome {
        height: 300px !important;
    }
    
    .blocoMenu1 .boxIconBanner {
		margin: 0;
		padding: 0 0 0 25px;
	}
	
	.blocoMenu1 .iconMenuBanner {
		padding: 0;
	}
    .itemCard{
        width: 278px;
    }
    #textoNovidades{
        width: 225px;
    }
    .textMenuBannerBlocoWhite h3 {
		width: 90%;
	
	}


    
}
@media (min-width: 390px) and (max-width: 844px) {
	.itemCard{
	width: 292px;
}
}

@media (min-width: 320px) and (max-width: 374px) {
	.row.slidesCards {
	    width: 100% !important;
	}
    .conteudoCardCategoria {
        height: 100% !important;
    }
    
    .gallery-top .swiper-button-next{
		left: 76% !important;
	}
	
	.blocoMenu1 .boxIconBanner {
		padding: 0;
	}
    #textoNovidades {
        width: 196px !important;
    }
    .itemCard {
        width: 230px !important;
    }
    #titleEspecialidade {
		margin-top: 0px;
	}
	.textMenuBannerBlocoWhite h3 {
		width: 90%;
	
	}

}

@media (min-width: 425px) and (max-width: 767px) {
	#estruturaEspecialidades h2 {
		/*width: 50%;*/
	}
}

@media (min-width: 768px) {
	.specialtiesSlidesText{
		margin-bottom: 15px !important;
	}
}


/* tablet */

@media(min-width:768px) and (max-width:1023px) {
    .containerImgTxt {
        display: flex;
        width: 80%;
        position: relative;
        bottom: 30px;
        left: 10%;
        align-items: center;
    }

    .containerImgTxt div img {
        width: 65%;
    }
    #textoNovidades {
        width: 155px;
    }
        
     div#conteudo-secao-6 {
	    flex-direction: row !important;
    }

	#titleEspecialidade {
		margin-top: 50px;
	}
	
	.btn-cta-servico {
    	margin-bottom: 50px !important;
	}

}



@media(min-width:768px) and (max-width:1200px) {

    div#conteudo-secao-6 {
        display: flex;
        justify-content: center;
    }

    #bannerText {
        height: 40px;
        margin: 0px 0px 48px 0px;
    }

    .rowBotoesBanner {
        margin-top: 156px;
    }

    /*.nav>li>a {
        padding: 0 !important;
    }*/


    #estruturaEspecialidades .btnConteudo {
        width: 60%;

    }
    

    /*cards categorias tablet*/
    .cardCategoria {
        height: 100%;
    }

    .conteudoCardCategoria {
        min-height: 371px !important;
        border: 1px solid rgba(0, 0, 0, 0.15) !important;
    }
    .itemCard{
        margin: 18px 0;
        width: 280px;
        min-height: 224px !important;
    }

    .cards-tabs li {
        margin-right: 8px;
        padding: 8px;

    }
    
    .tab-content>.active {
		display:flex;
		flex-wrap: wrap;
	}

    /*Destaques*/
    /* .boxImgNovidades {
        background-size: cover;
    } */

    .boxImgNovidades:hover {
        background-size: 120% 120%;
    }

    /*Banner*/
    #titleEspecialidade {
        font-size: 40px;
    }

    /*VIDEOS*/
    .cardVideo {
        /*margin-bottom: 32px;*/
        margin-top: 24px;
        margin-bottom: 0px !important;
    }

    /*SWIPER SERVICOS*/
    .swiperServicos {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-sections {
        width: 100%;
        height: 100%;
    }


    .swiper-slide .row {
        display: flex !important;
        /*flex-direction: column-reverse !important;*/
        width: 897px !important;
    }
    
    .swiper-conteudo-text {
        flex: 1;
        max-width: 365px !important;
    }

    .swiper-conteudo-image {
        padding: 0px;
        height: inherit;
        width: 740px !important;
        flex: 1;
    }

    .swiper-image {
        height: 100%;
        width: 99% !important;
        object-fit: cover;
        border-radius: 0px 10px 0px 0px;
        object-position: right;
    }
    

    .swiper-button-next,
    .swiper-button-prev {
        /*top: 87% !important;*/
        top: 96% !important;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        /*left: 4% !important;*/
        left: 8px !important;
        right: auto !important;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        left: 94% !important;
    }

    .swiper-conteudo-text p {
        max-width: 100% !important;
    }

    .col-md-5 {
        width: 100% !important;
        margin: -10px auto !important;
    }
    .btn-cta-servico{
	margin-top: -19px !important;
	margin-bottom: 50px !important;
	width: auto !important;
}

    /* GALERIA DE FOTOS */

    #swiper-button-next-8 {
        left: 90% !important;
    }

    /* FIM GALERIA DE FOTOS */


    /* DESTAQUES */

    #estruturaEspecialidades p {
        margin: 25px auto 20px auto;
    }

    #textoVideos p {
        margin: 25px 0px 25px 0px;
    }
    
    #textoNovidades {
    	width: 110% !important;
	}

    #textoNovidades p {
        margin: 25px 0px 25px 0px;
    }

    #leiaNovidades {
    	font-family: 'Work Sans', sans-serif;
        margin: 25px 0px 25px 0px;
    }

    /* FIM DESTAQUES */


    /*bullets slider de servicos*/
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        left: 0px !important;
    }


    /*EQUIPES*/

    #tabsEquipe li {
        padding: 8px;
    }

    #quinta-secao-conteudo .nav-tabs>li {
        margin: 0px 8px;
        padding: 4px;

    }

    .equipeDesktop li {
        margin: 8px 0 !important;
    }

    .equipeDesktop .nav>li>a {
        padding: 8px !important;
    }

    /*VIDEOS*/
    .boxImgVideos {
        background-size: cover;
    }

    /*GALEIRA DE FOTOS*/
    .gallery-top .swiper-button-next {
        /*left: 94% !important;*/
        left: 92% !important;
    }

    #textoNovidades {
        width: 100%;
    }


}

@media(min-width:768px) and (max-width:769px) {

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        left: 91% !important;
    }

    #filtroColor {

        display: flex;
        justify-content: center;
        flex-direction: column;
    }



}


/* desktop */
@media(min-width:1001px) and (max-width:1199px) {

    /*Cards SERVICOS*/
    #boxTextNovidades {
        min-height: 100px !important;
        padding: 16px 24px 24px;
    }

    /*Cards VIDEOS*/
    #boxTextVideos {
        /*min-height: 188.45px;*/
        min-height: 270px;
    }
	.iconMenuBanner{
	padding: 0px 0px 0px 16px !important;
}


}

@media (min-width: 1024px){
	.swiper-conteudo-text h3 {
		margin-top: 40px !important;
		width: 100%;
	}
	
	.equipeConteudo.conteudoCardCategoria.active.in {
    	min-height: 400px !important;
	}
}

@media (max-width: 1024px){
	.HeaderArea .br-flag {
	    right: 16px !important;
	}
	
	.HeaderArea .es-flag {
		right: 45px !important;
	}
	
	.HeaderArea .en-flag {
		right: 45px !important;
	}

}

@media(min-width:1200px) {
	#boxTextNovidades {
        min-height: 100px !important;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
	#boxTextNovidades {
        min-height: 100px !important;
    }

    #filtroColor {

        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    /*#Gestação {
		display: flex;
		flex-wrap: wrap;	
	}
	
	#Pósparto {
		display: flex;
		flex-wrap: wrap;	
	}*/

	
	.cardCategoria {
        height: 100%;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .blocoMenu1 .iconMenuBanner {
		padding: 0;
	}
	
	.boxIconBanner {
		padding: 0 20px;
	}
	
	.tab-content>.active {
		display: flex;
		flex-wrap: wrap;
	}


}

@media (min-width:320px) and (max-width: 1000px) {

    /* :VERTICAL */
    @media (orientation: portrait) and (max-width: 700px) {}

    /* HORIZONTAL */
    @media (orientation: landscape) {}

    /* */
}


@media (min-width: 961px) and (max-width: 1200px) {
    #Conteudo #contentRow {
        max-width: 100% !important;
    }
    
    .boxIconBanner {
		/*padding: 20px 30px 0px 20px;*/
	}
	
	.textMenuBannerBlocoWhite h3 {
		font-size: 16px;	
	}

}




/*SPINNER SECAO EQUIPES*/
.equipeDesktop {
    position: relative;
}

.loader-content {
    position: absolute !important;
    top: 0;
    left: -16px;
    width: 101%;
    height: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background: #808080;
    background: -moz-linear-gradient(left, #808080 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #808080 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #808080 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #808080 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #808080 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #808080;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    content: '';
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.accordion {
    --bs-accordion-border-color: white;
    --bs-accordion-btn-focus-border-color: white;
    --bs-accordion-border: none;
    --bs-accordion-active-color: white;
    --bs-accordion-active-bg: white;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-item {
    margin-top: 3%;
    font-size: 16px;
}

.accordion-button {
    color: #454545 !important;
    background-color: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0;
    font-weight: 600 !important;
    border: none;
    border-bottom: 1px solid #454545 !important;
    line-height: 24px;
    width: 100% !important;
    text-align: left !important;
}

.accordion-header {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    text-align: left !important;

}

.accordion-arrow {
    width: 28px;
    height: 13px;   
}

.accordion-button:not(.collapsed) {
    border-bottom: 1px solid white !important;
}

.accordion-button:hover {
    background-color: #fff!important;
 
 }

.accordion-body {
    padding: 1rem 0 0 0;
}

.accordion-body .accordion-description {
    padding: 0 0 1rem 0;
    line-height: 24px;
    font-size: 16px !important;
    border-bottom: 1px solid #454545;
    margin: 0 !important;
    text-align: left;
}


@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}